GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-23T14:11:43.2745541+00:00",
"SubmitDate": "2026-03-23T14:11:43.2745541+00:00",
"ReportPeriodStart": "2026-03-23T14:11:43.2745541+00:00",
"ReportPeriodEnd": "2026-03-23T14:11:43.2745541+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aac2e06e-6c99-458f-b36a-013229903838",
"Rows": [
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aac2e06e-6c99-458f-b36a-013229903838",
"Rows": [
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"804a2cfa-c11b-4e66-bcf5-30f52d8e1130",
"9a3181c4-2c5f-4aba-be87-61e9d5cf5ec5"
],
"Approvers": [
"a8a5465a-4705-4f1b-8aad-f1431e862939",
"4c1361fd-0c7d-4bfb-bb91-23d3479d1ce8"
],
"ApprovedBy": "aa182dab-8d74-41a2-adf1-ae0152c76848",
"ApprovalDate": "2026-03-23T14:11:43.2745541+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "201c1e31-3a1a-46a3-aa30-421108e48db5",
"id": "ba3c9ab9-29a5-4fcb-b60c-77926aad8c79",
"ConfigId": "047b5889-40c9-4787-82d4-dd8246941748"
},
{
"GenerationDate": "2026-03-23T14:11:43.2745541+00:00",
"SubmitDate": "2026-03-23T14:11:43.2745541+00:00",
"ReportPeriodStart": "2026-03-23T14:11:43.2745541+00:00",
"ReportPeriodEnd": "2026-03-23T14:11:43.2745541+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aac2e06e-6c99-458f-b36a-013229903838",
"Rows": [
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aac2e06e-6c99-458f-b36a-013229903838",
"Rows": [
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "405b1687-c4b1-4bea-bc82-792c8495da83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"804a2cfa-c11b-4e66-bcf5-30f52d8e1130",
"9a3181c4-2c5f-4aba-be87-61e9d5cf5ec5"
],
"Approvers": [
"a8a5465a-4705-4f1b-8aad-f1431e862939",
"4c1361fd-0c7d-4bfb-bb91-23d3479d1ce8"
],
"ApprovedBy": "aa182dab-8d74-41a2-adf1-ae0152c76848",
"ApprovalDate": "2026-03-23T14:11:43.2745541+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "201c1e31-3a1a-46a3-aa30-421108e48db5",
"id": "ba3c9ab9-29a5-4fcb-b60c-77926aad8c79",
"ConfigId": "047b5889-40c9-4787-82d4-dd8246941748"
}
]